comparison doc/interpreter/grammar.txi @ 18105:e0775b4f41dd gui-release

maint: backout cset d48ef9e24324 on gui-release branch.
author Rik <rik@octave.org>
date Thu, 05 Dec 2013 11:36:54 -0800
parents d48ef9e24324
children 2217bc116aa9 fe689210525c
comparison
equal deleted inserted replaced
18104:889e2c083253 18105:e0775b4f41dd
47 @item @code{endproperties} @tab @code{endswitch} @tab @code{endwhile} 47 @item @code{endproperties} @tab @code{endswitch} @tab @code{endwhile}
48 @item @code{enumeration} @tab @code{events} @tab @code{for} 48 @item @code{enumeration} @tab @code{events} @tab @code{for}
49 @item @code{function} @tab @code{global} @tab @code{if} 49 @item @code{function} @tab @code{global} @tab @code{if}
50 @item @code{methods} @tab @code{otherwise} @tab @code{parfor} 50 @item @code{methods} @tab @code{otherwise} @tab @code{parfor}
51 @item @code{persistent} @tab @code{properties} @tab @code{return} 51 @item @code{persistent} @tab @code{properties} @tab @code{return}
52 @item @code{switch} @tab @code{try} @tab @code{until} 52 @item @code{static} @tab @code{switch} @tab @code{try}
53 @item @code{unwind_protect} @tab @code{unwind_protect_cleanup} @tab @code{while} 53 @item @code{until} @tab @code{unwind_protect} @tab @code{unwind_protect_cleanup}
54 @item @code{while}
54 @end multitable 55 @end multitable
55 56
56 The function @code{iskeyword} can be used to quickly check whether an 57 The function @code{iskeyword} can be used to quickly check whether an
57 identifier is reserved by Octave. 58 identifier is reserved by Octave.
58 59