You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A variable can be declared to be a parameter, meaning that its value does not
change during the execution. Parameters are specified by enclosing the declaration
sequence between the keyword par and a semicolon.
From NTL reference manual: