mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
change example
This commit is contained in:
4
cool_module.ar
Normal file
4
cool_module.ar
Normal file
@@ -0,0 +1,4 @@
|
||||
cool_function() = do
|
||||
term.log("this is a cool function")
|
||||
time.snooze(1)
|
||||
term.log("wow what a cool function")
|
||||
3
example.ar
Normal file
3
example.ar
Normal file
@@ -0,0 +1,3 @@
|
||||
import "cool_module" as cool
|
||||
|
||||
cool.cool_function()
|
||||
Reference in New Issue
Block a user