diff options
| author | Paul Buetow <paul@buetow.org> | 2009-01-11 16:47:36 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2009-01-11 16:47:36 +0000 |
| commit | 1bc73e78278b630768723869d277d05404feae03 (patch) | |
| tree | 4a34357fc9723d4f65daa3b5a5de4099bcfd7424 | |
| parent | 40ad7ffc7ebd91e90f0894badcc4132df9b3c45d (diff) | |
| -rw-r--r-- | docs/help.txt | 2 | ||||
| -rw-r--r-- | docs/version.txt | 2 | ||||
| -rwxr-xr-x | fype | bin | 470999 -> 471287 bytes | |||
| -rw-r--r-- | src/build.h | 2 | ||||
| -rw-r--r-- | test.fy | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/docs/help.txt b/docs/help.txt index 1bf0ea4..df495db 100644 --- a/docs/help.txt +++ b/docs/help.txt @@ -1,4 +1,4 @@ -Fype Superalpha Build 9637 +Fype Superalpha Build 9666 (c) Paul C. Buetow (2005 - 2008) <fype@dev.buetow.org> -e Executes given code string (see synopses) -h Prints this help diff --git a/docs/version.txt b/docs/version.txt index 69b917e..5e6f1ea 100644 --- a/docs/version.txt +++ b/docs/version.txt @@ -1 +1 @@ -Fype Superalpha Build 9637 +Fype Superalpha Build 9666 Binary files differdiff --git a/src/build.h b/src/build.h index 648b670..4e046ad 100644 --- a/src/build.h +++ b/src/build.h @@ -36,7 +36,7 @@ #ifndef BUILD_H #define BUILD_H -#define BUILDNR 9665 +#define BUILDNR 9666 #define OS_FREEBSD #endif @@ -19,3 +19,5 @@ assert 4 == say ind foo; # Print the 3rd element of the array say foo[3]; + +#say "bla"; |
