mirror of
https://github.com/PeterCamilleri/fOOrth
synced 2024-11-16 07:47:56 +01:00
V0.1.0 -- Significant changes: The introduction of Procedure Literals
as an integral part of the compiling process. For linguistic harmony, methods like .each{ … } are now .each{{ … }} to match the way procedure literals work with {{ … }}. This change has resulted in a large reduction in the need for helper methods and other such kludges.
This commit is contained in:
parent
aa58afee8d
commit
4dc4068352
3 changed files with 1 additions and 1 deletions
Binary file not shown.
BIN
docs/The_fOOrth_User_Guide_V_0_1_0.pdf
Normal file
BIN
docs/The_fOOrth_User_Guide_V_0_1_0.pdf
Normal file
Binary file not shown.
|
@ -3,5 +3,5 @@
|
|||
#* version.rb - The version string for fOOrth.
|
||||
module XfOOrth
|
||||
#The version string for fOOrth.
|
||||
VERSION = "0.0.7"
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue