Difference between revisions of "ARK/End of script"
From EncyclopAtys
< ARK
(Created page with "<noinclude>{{Trad |DE= |EN=ARK/End of script |ES= |FR=ARK/End of script |RU= }}</noinclude> ===End of script===</noinclude> {| |32px|Home |Function name : '''...") |
|||
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 [[Jump_ARK_EN|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]] | ||
Line 20: | Line 20: | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
− | '''[[ | + | '''[[ARK, guide|←ARK, Guide]]''' |
− | {{ | + | {{Portal|Forge}} |
− | |||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:ARK]] | [[Category:ARK]] | ||
</noinclude> | </noinclude> |
Revision as of 21:12, 24 July 2018
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).