mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 16:14:06 +00:00
Declaration grouping uses () rather than {}; Fix some problem with compilation on *nix
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import "fmt.odin";
|
||||
import (
|
||||
"fmt.odin";
|
||||
)
|
||||
|
||||
proc main() {
|
||||
let program = "+ + * - /";
|
||||
|
||||
Reference in New Issue
Block a user