started working on parsing labels

This commit is contained in:
hyunghwan.chung
2019-07-17 09:52:26 +00:00
parent dbe3c1cc07
commit 1c0b23fa97
4 changed files with 123 additions and 33 deletions

View File

@ -91,6 +91,8 @@ class MyObject(Object)
| tb |
tb := tc at: idx.
System log(System.Log.INFO, idx asString, (if (tb value) { " PASS" } else { " FAIL" }), "\n").
/*a:
b: c:*/
].
Exception signal: 'experiment with exception signalling'.