modify some and define types for token

This commit is contained in:
2025-11-04 13:20:21 +09:00
parent cacb35ddb2
commit bbc1838b8a
3 changed files with 33 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ val [->int] main {
val str line input;
val int n to_int line,;
if < n 0 {
print "ILLEGAL"
print "illegal number"
} else {
print to_str fib n,;
}