diff options
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -28,7 +28,7 @@ New things this means you can return from it. Format value lists may be spread over multiple lines by enclosing in - curlies. + a do {} block. You may now define BEGIN and END subroutines for each package. The BEGIN subroutine executes the moment it's parsed. The END subroutine executes @@ -86,6 +86,10 @@ New things routine, which will be called if a non-existent subroutine is called in that package. + There is now a pragma mechanism, using the keywords "aver" and "deny". + Current pragmas are "integer" and "strict". Unrecognized pragmas + are ignored. + Incompatibilities ----------------- @ now always interpolates an array in double-quotish strings. Some programs |