Files
mgmt/lang/interpret_test/TestAstFunc2/printfsimple0/main.mcl
James Shubin 2d7deef4e2 lang: unification: Don't stall the solver over generators
If we have a solution, and all that remains are generators, then feel
free to remove them and win.
2021-05-11 05:23:00 -04:00

6 lines
70 B
Plaintext

import "fmt"
$out = 42
test fmt.printf("the answer is %d", $out) {}