Import a .vic file.
Syntax
Import["./file.vic"]
Arguments
path
- The path to the .vic file to import.
Examples
The following example laods a .vic file and calls a function within it:
Import["./counter.vic]
countcars
Say[]
Category: Logic.
Import a .vic file.
Import["./file.vic"]
path
- The path to the .vic file to import.The following example laods a .vic file and calls a function within it:
Import["./counter.vic]
countcars
Say[]
Made with ❤️ by capjamesg