Files
Rava/repl/tests/test_errors.txt
T

9 lines
78 B
Plaintext
Raw Normal View History

undefined_variable
1 + "string"
int x = ;
class { }
1 / 0
int y = 10;
y
%quit