We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27fbb1 commit 56d4faeCopy full SHA for 56d4fae
test_programs/c1/4.lox
@@ -1,7 +1,7 @@
1
---
2
expected_error_type: none
3
4
-// This program initializes age with random integer and then prints the stage of life based on the age
+// This program should print a different string based on the value of age
5
var stage = "unknown";
6
var age = <<RANDOM_INTEGER>>;
7
if (age < 18) { stage = "child"; }
0 commit comments