Optimisation of Functions #27
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the code for functions is slow and inefficient. Is it possible to treat functions as
!fun &store: Enter next scope and jump to the start of the function definitionreturn &ans: Enter the previous scope and jump to the function callTo be more efficient?
Have you read the code to call functions? Read it and tell me how to optimise it please