Changeset 32 for src/Help.hs

Show
Ignore:
Timestamp:
02/16/05 18:48:28 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
1041
Message:

* Code literals -- "sub", "pointy" and "bare" variants all works
* Lexical subroutine declarations via "my sub"
* Global subroutine and variables work again, via the envGlobal pad
* The "say", "exit", "die" primitives
* Bool.perl now prints correct literals (lwall)
* Blocks under void contexts now evaluates automatically
* The "..." (dotdotdot) literal

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Help.hs

    r7 r32  
    11{-# OPTIONS -cpp #-} 
    2 #define VERSION "" 
     2#define VERSION "6" 
    33#define DATE "" 
    44#include "config.h" 
     
    1313-} 
    1414 
    15 module Help (printHelp, banner, version, copyright, disclaimer) where 
     15module Help (printHelp, banner, versnum, version, copyright, disclaimer) where 
    1616 
    1717printHelp :: IO ()