Parfait documentation

outline of expanded parfait, documented but not coded
This commit is contained in:
Torsten Ruger
2015-04-08 20:24:50 +03:00
parent 4f1e99d744
commit fdb3fbc825
7 changed files with 127 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
# A Frame is set up by functions that use local variables or temporary variables
# in fact temporary variables are local variables named by the system
# It allows for access to those variables basically
class Frame
end