Difference between revisions of "ARK/End of script"
From EncyclopAtys
< ARK
Line 11: | Line 11: | ||
|Function name : ''' ''lEnd_v4'' ''' | |Function name : ''' ''lEnd_v4'' ''' | ||
|} | |} | ||
− | It is "wise" to finish the scripts systematically by an "End of Script". The "End of script" can be judiciously used to abort a script. At the end of the script, it helps to have a single output accessed by conditional branches as [[ | + | It is "wise" to finish the scripts systematically by an "End of Script". The "End of script" can be judiciously used to abort a script. At the end of the script, it helps to have a single output accessed by conditional branches as [[ARK/Jump|weAJump (jump)]]. |
<div style="overflow: hidden"> | <div style="overflow: hidden"> | ||
[[File:WeAEnd.png|200px|thumb|left|function name]] | [[File:WeAEnd.png|200px|thumb|left|function name]] |
Latest revision as of 14:49, 18 January 2019
End of script
Function name : lEnd_v4 |
It is "wise" to finish the scripts systematically by an "End of Script". The "End of script" can be judiciously used to abort a script. At the end of the script, it helps to have a single output accessed by conditional branches as weAJump (jump).