mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
Updated the usage examples.
This commit is contained in:
parent
0ee7a19151
commit
0b4b28d84d
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@ command to work.
|
|||
<br>If, instead, a non-interactive facility is required, use:
|
||||
|
||||
require 'fOOrth'
|
||||
XfOOrth.process_string '1 2 +'
|
||||
XfOOrth.virtual_machine.process_string '1 2 +'
|
||||
|
||||
where the string is fOOrth code to be executed, or for a file of code, use:
|
||||
|
||||
require 'fOOrth'
|
||||
XfOOrth.process_file 'my_file.4th'
|
||||
XfOOrth.virtual_machine.process_file 'my_file.4th'
|
||||
|
||||
|
||||
== Notes
|
||||
|
|
Loading…
Reference in a new issue