added stack trace log on error
This commit is contained in:
+8
-1
@@ -3,4 +3,11 @@
|
||||
l = [1, 2, 3, 4];
|
||||
|
||||
print('The list contains ', count(l), ' items.\n');
|
||||
print('The list is: ', l, '.\n');
|
||||
print('The list is: ', l, '.\n');
|
||||
|
||||
|
||||
fun fail()
|
||||
assert(false);
|
||||
|
||||
|
||||
fail();
|
||||
Reference in New Issue
Block a user