Declarations are now written |type| identifier;, generally. Functions are similar |void| func() {}, etc. Special declarations still work, etc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* Comment first! */
|
||||
import io;
|
||||
|
||||
int main() {
|
||||
|int| main() {
|
||||
println(1337);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user