Last tweak for the 0.2.0 readme

master
Pentium44 2021-04-06 01:37:02 -07:00
parent c75dd2b22d
commit 21a5948394
1 changed files with 1 additions and 4 deletions

View File

@ -33,10 +33,7 @@ at this moment!
* Sleep (Zzz) example (sleeps for 2 seconds):
* sleep 2
* Variable setting
* variablename=variabledata
* Variable passing
* Variable setting and passing
* filename=file.txt -> filename
* filedata=File '%filename%' is being moved to moo -> %filename% is populated as file.txt
* write "%filename%" "%filedata%" -> writes filedata contents to file.txt as expected.