develop syntax spec

This commit is contained in:
2025-11-17 09:38:37 +09:00
parent 682cbdc216
commit 2abfa54890
2 changed files with 21 additions and 7 deletions

View File

@@ -18,4 +18,10 @@ val [->int] main {
fib n
};
}
};
};
val [char * int->char]get_char_of(char* s int index) {
return * {
add s index
};
}