fn: poke
[contents]
f++ :
n++ :
Contents
Syntax
The syntax for
poke{option}(params)
@poke{option}(params)
Description
The
Note:
@poke(dir)!
Options
The following options are available for
option | description |
---|---|
create directories | |
create files (default) | |
option | description |
f++ example
Examples of
- poke("example.txt")
- poke{dirs}("dir/")
n++ example
Examples of
- @poke("example.txt")
- @poke{dirs}("dir/")