Ryszard Glab
64509ea871
+ added support for passing methods as macro
...
eg:
o:&send()
o:&send.end()
o:&(expr)()
o:&var++
o:&var := 0
o:&(expr)++
WITH OBJECT obj
++:&var
:&var += :&(var2+"oo")
END
NOTICE:
For simple assigments (=,:=), compound assignments (+=,-=,*=,/=)
and for pre/post increment operators( ++,--) the macro should
evaluate to a symbol that starts with underscore '_'.
To access a variable the macro should evaluate to a symbol
with no '_' char.
2006-09-29 08:59:17 +00:00
..
2006-07-16 14:18:39 +00:00
2006-08-16 16:52:06 +00:00
2006-09-20 18:24:33 +00:00
2006-09-15 03:10:38 +00:00
2006-09-29 08:59:17 +00:00
1999-10-04 13:00:20 +00:00
2000-03-07 16:41:33 +00:00
2005-11-22 09:11:23 +00:00
2006-09-29 08:59:17 +00:00
2006-09-29 08:59:17 +00:00
2006-09-18 00:01:53 +00:00
2005-08-23 22:51:38 +00:00
2006-09-29 08:59:17 +00:00
1999-07-10 20:40:09 +00:00
1999-08-14 18:13:14 +00:00
1999-09-13 21:11:12 +00:00
1999-10-25 18:11:17 +00:00
2000-01-31 18:36:19 +00:00
2000-03-28 21:10:10 +00:00
2000-04-27 02:34:26 +00:00
2000-06-28 02:00:05 +00:00
2000-10-27 00:16:37 +00:00
2001-04-15 03:32:03 +00:00
2001-08-03 22:23:55 +00:00
2001-12-21 09:50:19 +00:00
2002-09-02 23:28:12 +00:00
2004-03-08 16:49:56 +00:00
2006-02-15 13:51:44 +00:00
2006-09-04 07:44:04 +00:00
2006-09-17 16:54:04 +00:00
2001-03-08 20:04:46 +00:00
2004-05-07 17:32:59 +00:00
2006-09-05 10:51:43 +00:00
2005-01-12 17:28:05 +00:00
2006-08-07 00:23:19 +00:00
2006-09-05 10:51:43 +00:00
2006-09-05 10:51:43 +00:00
2006-03-21 01:25:32 +00:00
2006-03-21 01:25:32 +00:00
2006-03-21 01:25:32 +00:00
2006-09-27 22:39:06 +00:00
2006-09-27 22:39:06 +00:00
2006-08-07 00:23:19 +00:00
2006-09-05 10:51:43 +00:00
2004-10-11 20:44:30 +00:00
2006-08-31 19:43:14 +00:00
2006-08-31 19:43:14 +00:00
2006-09-04 17:45:53 +00:00