selfhost(pyvm): MiniVmPrints – prefer JSON route early-return (ok==1) to avoid fallback loops; keep default behavior unchanged elsewhere
This commit is contained in:
8
apps/tests/dev_sugar/at_local_basic.nyash
Normal file
8
apps/tests/dev_sugar/at_local_basic.nyash
Normal file
@ -0,0 +1,8 @@
|
||||
static box Main {
|
||||
main(args) {
|
||||
@x = 1
|
||||
print(x)
|
||||
return 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user