Updated files for online documents

Fixed typos in hookscripts.md & sslc_readme.txt.
This commit is contained in:
NovaRain
2021-05-18 11:31:20 +08:00
parent 9ce3a42102
commit 6b368e6a69
5 changed files with 213 additions and 125 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ old:
x := 5;
> Multiple variable decleration: Multiple variables can be declared on one line, seperated by commas. This is an alterative to the ugly begin/end block, or the bulky single variable per line style.
> Multiple variable declaration: Multiple variables can be declared on one line, seperated by commas. This is an alterative to the ugly begin/end block, or the bulky single variable per line style.
new:
variable a, b, c;