mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
remove trailing spaces from readme.txt
This commit is contained in:
parent
0f37802aba
commit
a1a78e9cf1
@ -72,7 +72,7 @@ Usage
|
|||||||
loadable module. A second option is to compile the library into your code,
|
loadable module. A second option is to compile the library into your code,
|
||||||
see below for an example.
|
see below for an example.
|
||||||
|
|
||||||
Once instantiated, the engine is ready to start running ChaiScript source. You
|
Once instantiated, the engine is ready to start running ChaiScript source. You
|
||||||
have two main options for processing ChaiScript source: a line at a time using
|
have two main options for processing ChaiScript source: a line at a time using
|
||||||
`chai.eval(string)` and a file at a time using `chai.eval_file(fname)`
|
`chai.eval(string)` and a file at a time using `chai.eval_file(fname)`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user