more forward declarations
This commit is contained in:
@@ -12,7 +12,7 @@ sumOf10 :: () -> s32 {
|
||||
|
||||
someSum :: #run sumOf10();
|
||||
|
||||
main :: {
|
||||
main :: () {
|
||||
// Basic while loop: count to 5
|
||||
i := 0;
|
||||
while i < 5 {
|
||||
|
||||
Reference in New Issue
Block a user