|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #52634] endFunction keyword in documentation not working |
| Date: | Mon, 11 Dec 2017 00:13:44 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0 |
Update of bug #52634 (project octave):
Status: None => Works For Me
_______________________________________________________
Follow-up Comment #1:
The keyword is case sensitive. Your report says the examples finish with
"endFunction", but they actually complete with "endfunction"
Try something simple on the command line
function myfunc
disp ("Hello World");
endfunction
And then run it by typing "myfunc" at the command line.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?52634>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |