Ticket #1832: mwe-ko-run.scm

File mwe-ko-run.scm, 78 bytes (added by Dominik Joe Pantůček, 3 months ago)

Non-working example, main module to run.

Line 
1(import mwe-ko-one mwe-ko-two)
2
3(print "===")
4(one go)
5(print "===")
6(two go)