File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ This is somewhat similar to the Python `-m` flag.
5656argument and print out the compatible information. Acceptable fields are
5757documented [ here] ( https://github.com/ChickenNuggers/FusionScript/wiki/Modules ) .
5858
59+ The ` fusion-source ` interpreter also makes it so the ` using ` keyword isn't
60+ required for loading syntax extensions. If the target audience for a script is
61+ intended to not use ` fusionc-source ` to compile to Lua, it is suggested to not
62+ use the ` using ` keyword.
63+
5964### ` fusionc ` : Compile FusionScript
6065
6166The ` fusionc ` will use whatever alias is currently in place as the compiler.
Original file line number Diff line number Diff line change @@ -123,6 +123,11 @@ <h3><a href="../programs/fusion-source.html#">fusion-source</a>: Run FusionScrip
123123argument and print out the compatible information. Acceptable fields are
124124documented < a href ="https://github.com/ChickenNuggers/FusionScript/wiki/Modules "> here</ a > .</ p >
125125
126+ < p > The < a href ="../programs/fusion-source.html# "> fusion-source</ a > interpreter also makes it so the < code > using</ code > keyword isn't
127+ required for loading syntax extensions. If the target audience for a script is
128+ intended to not use < a href ="../programs/fusionc-source.html# "> fusionc-source</ a > to compile to Lua, it is suggested to not
129+ use the < code > using</ code > keyword.</ p >
130+
126131< h3 > < code > fusionc</ code > : Compile FusionScript</ h3 >
127132
128133< p > The < code > fusionc</ code > will use whatever alias is currently in place as the compiler.
@@ -245,7 +250,7 @@ <h3>Building</h3>
245250</ div > <!-- id="main" -->
246251< div id ="about ">
247252< i > generated by < a href ="http://github.com/stevedonovan/LDoc "> LDoc 1.4.6</ a > </ i >
248- < i style ="float:right; "> Last updated 2017-05-07 20:17:10 </ i >
253+ < i style ="float:right; "> Last updated 2017-05-08 14:30:27 </ i >
249254</ div > <!-- id="about" -->
250255</ div > <!-- id="container" -->
251256</ body >
You can’t perform that action at this time.
0 commit comments