Parser!
This commit is contained in:
7
demos/hello_world.lox
Normal file
7
demos/hello_world.lox
Normal file
@@ -0,0 +1,7 @@
|
||||
// Funcion hello world!
|
||||
fun helloWorld(param) {
|
||||
variable = "hello world" + param;
|
||||
print variable;
|
||||
}
|
||||
|
||||
helloWorld("daniel");
|
||||
Reference in New Issue
Block a user