Jump to content

Runtime evaluation/In an environment: Difference between revisions

→‎{{header|Octave}}: add note about nonglobalness
m (→‎{{header|Metafont}}: modified to resemble to other examples)
(→‎{{header|Octave}}: add note about nonglobalness)
Line 93:
 
=={{header|Octave}}==
 
In Octave, undeclared variables are local.
 
<lang octave>function r = calcit(f, val1, val2)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.