more code to the compiler's goto handling functions

This commit is contained in:
hyunghwan.chung
2019-08-01 16:05:04 +00:00
parent 0fb20bfd40
commit 3b6e59d98c
3 changed files with 49 additions and 14 deletions

View File

@ -93,10 +93,9 @@ class MyObject(Object)
System log(System.Log.INFO, idx asString, (if (tb value) { " PASS" } else { " FAIL" }), "\n").
].
(if (true) { a: 10. b: 1p1000. c: 20000 }) dump.
[A01: 10. B02: 1000. ] value class dump.
TODO:
[goto B02. A01: 10. B02: 1000. ] value class dump.
EXCEPTION_TEST:
Exception signal: 'experiment with exception signalling'.
// TODO: