Index: trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 9040)
+++ trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 10846)
@@ -7,6 +7,7 @@
 int date            PROTO((int, char **));
 int echo            PROTO((int, char **));
+int exec_last       PROTO((int, char **));
+int exec_next       PROTO((int, char **));
 int exec_break      PROTO((int, char **));
-int exec_continue   PROTO((int, char **));
 int file            PROTO((int, char **));
 int getchr_func     PROTO((int, char **));
@@ -44,5 +45,8 @@
   {"echo",    	    echo,               "type this line *"},
   {"break",   	    exec_break,         "escape from function *"},
-  {"continue",	    exec_continue,      "next loop iteration"},
+  {"continue",	    exec_next,          "next loop iteration"},
+  {"next",	    exec_next,          "next loop iteration"},
+  {"last",	    exec_last,          "last loop iteration"},
+  {"return",	    exec_last,          "exit from macro"},
   {"file",          file,               "test file existence"},
   {"getchr",        getchr_func,        "find character in string"},
