mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 04:08:55 +01:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2af001e7e5
commit
65f21fb1d3
@@ -42,4 +42,4 @@
|
||||
A block representing a function body.
|
||||
*/
|
||||
//
|
||||
/node/BlockDefinition/FunctionBlock
|
||||
/node/BlockDefinition/FunctionBlock
|
||||
|
||||
@@ -103,4 +103,4 @@
|
||||
*/
|
||||
//
|
||||
/node/statement/ReturnStatement
|
||||
var/node/expression/value
|
||||
var/node/expression/value
|
||||
|
||||
@@ -119,4 +119,4 @@
|
||||
|
||||
/runtimeError/MaxCPU
|
||||
name="MaxComputationalUse"
|
||||
message="Maximum amount of computational cycles reached (>= 1000)."
|
||||
message="Maximum amount of computational cycles reached (>= 1000)."
|
||||
|
||||
@@ -137,4 +137,4 @@
|
||||
See Also:
|
||||
- <runtimeError>
|
||||
*/
|
||||
/n_Interpreter/proc/HandleError(runtimeError/e)
|
||||
/n_Interpreter/proc/HandleError(runtimeError/e)
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
src.parent = parent
|
||||
src.variables = B.initial_variables.Copy()
|
||||
src.functions = B.functions.Copy()
|
||||
.=..()
|
||||
.=..()
|
||||
|
||||
@@ -179,4 +179,4 @@
|
||||
return
|
||||
var/node/expression/P=ParseParamExpression()
|
||||
stmt.parameters+=P
|
||||
if(istype(curToken, /token/symbol) && curToken.value==",") NextToken()
|
||||
if(istype(curToken, /token/symbol) && curToken.value==",") NextToken()
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
return S
|
||||
|
||||
/stack/proc/Clear()
|
||||
contents.Cut()
|
||||
contents.Cut()
|
||||
|
||||
Reference in New Issue
Block a user