mirror of
https://github.com/danog/toncontest.git
synced 2024-11-26 20:15:01 +01:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
{ abort"This is an error thrown inside a times loop" } : throw
|
|
|
|
{
|
|
."Printing stuff at line 4" cr
|
|
."Printing stuff at line 5" cr
|
|
throw // line 6
|
|
."Printing stuff at line 7" cr
|
|
} 3 times // line 8
|