Difference between revisions of "ARK/End of script"

From EncyclopAtys

< ARK
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
|FR=ARK/End of script
 
|FR=ARK/End of script
 
|RU=
 
|RU=
}}</noinclude>
+
}}
 
===End of script===</noinclude>
 
===End of script===</noinclude>
 
{|
 
{|
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 [[Jump_ARK_EN|weAJump (jump)]].
+
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 15:49, 18 January 2019

en:ARK/End of script
fr:ARK/End of script
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Zorroargh, 2019-01-18)

End of script

Home 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).

function name

This function has only one parameter: the name.

The name of all functions is always initiated by a single code, but it can be modified to facilitate the writing and reading of the script, for example, and especially when the function can be called by another, including jumps and connections . (Here the function was renamed "Terminator").

←ARK, Guide