I noticed that this syntax
FUNCTION MAIN()
LOCAL n := 123
( n ) // <-- THIS
RETURN NIL
has an overhead (at least in size, try to put many of those ( n )) with xHarbour but not with Harbour. Could we removed this overhead with
xHarbour too?
I noticed that this syntax
FUNCTION MAIN()
LOCAL n := 123
( n ) // <-- THIS
RETURN NIL
has an overhead (at least in size, try to put many of those ( n )) with
xHarbour but not with Harbour. Could we removed this overhead with
xHarbour too?
Try after: 2023-12-23 19:48 UTC-0500 Ron Pinkas <ronpinkas/AT/gmail/com>
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 53:44:27 |
Calls: | 10,397 |
Calls today: | 5 |
Files: | 14,067 |
Messages: | 6,417,402 |
Posted today: | 1 |