more goto-label handling code

This commit is contained in:
hyunghwan.chung
2019-07-18 15:51:55 +00:00
parent 6fddd95dce
commit 05837aef28
3 changed files with 54 additions and 1 deletions

View File

@ -93,8 +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. 20000 }) dump.
[a: 10. b: 1000. ] value class dump.
[A01: 10. B02: 1000. ] value class dump.
TODO:
Exception signal: 'experiment with exception signalling'.