pocketlang/docs/Reference
Thakee Nathees 5bc9dcad6b method bind implemented
- MethodBind type added.
- Now methods are first class and can be passed around as arguments
  store as a variable and return it from a function and they're first
  class callbales.
- Can bind instance to a method bind using .bind() method
- Class.methods() method added -> return a list of all methods as
  method binds
- Module.globals() method added -> returns a list of all globals
  of that module.
- Var._class -> attribute added which will return the class of the
  variable
- Class.name, MethodBind.name, Closure.name attribute and Modue._name
  attribute added
- Class._docs, Closure._docs, MethodBind._docs attribute added
- MethodBind.instance attribute added
2022-06-06 02:47:31 +05:30
..
io.md method bind implemented 2022-06-06 02:47:31 +05:30
json.md method bind implemented 2022-06-06 02:47:31 +05:30
lang.md method bind implemented 2022-06-06 02:47:31 +05:30
math.md method bind implemented 2022-06-06 02:47:31 +05:30
os.md method bind implemented 2022-06-06 02:47:31 +05:30
path.md method bind implemented 2022-06-06 02:47:31 +05:30
term.md method bind implemented 2022-06-06 02:47:31 +05:30
time.md method bind implemented 2022-06-06 02:47:31 +05:30
types.md method bind implemented 2022-06-06 02:47:31 +05:30