From 1bc73e78278b630768723869d277d05404feae03 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Jan 2009 16:47:36 +0000 Subject: --- docs/help.txt | 2 +- docs/version.txt | 2 +- fype | Bin 470999 -> 471287 bytes src/build.h | 2 +- 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) -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 diff --git a/fype b/fype index 51446e7..356c7b0 100755 Binary files a/fype and b/fype differ diff --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 diff --git a/test.fy b/test.fy index ca3b930..4f9af9b 100644 --- a/test.fy +++ b/test.fy @@ -19,3 +19,5 @@ assert 4 == say ind foo; # Print the 3rd element of the array say foo[3]; + +#say "bla"; -- cgit v1.2.3