remove Stack table from Generator #4
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?
Probably the Stack (stack_tab) can be removed from Generator. Now the Stack item can be saved when we add a model to a container (Functions<>?). So:
will create a Stack item. Later if you call from template:
the Stack item will be taken from Functions and pass to 'my_function'.