Jump to content

order of arguments in functions


subtledoctor

Recommended Posts

Simple, almost silly question:

 

In a typical function like ALTER_EFFECT or something, I always see and write it like this:

 

LPF FUNC_TION INT_VAR variable = # STR_VAR string = ~text~ END

 

Can the INT_VAR and STR_VAR be reversed? Does it matter? Can I do

 

LPF FUNC_TION STR_VAR string = ~text~ INT_VAR variable = # END

 

?

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...