2015-04-06 11:38:11 +03:00
|
|
|
|
2015-04-08 20:24:50 +03:00
|
|
|
# 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
|
|
|
|
|
2015-04-08 20:33:15 +03:00
|
|
|
class Frame < Object
|
2015-04-06 11:38:11 +03:00
|
|
|
|
|
|
|
end
|