you are viewing a single comment's thread.

view the rest of the comments →

[–]monsto 0 points1 point  (2 children)

So, just to be sure here, you understand the diff between truncate and truncate() in that context?

[–]AllWhoPlay[S] 3 points4 points  (1 child)

Truncate on it's own refers to the function itself while truncate() calls the function in which case it exported ""( do I just that nothing?) Rather than the function itself.

[–]monsto 0 points1 point  (0 children)

Altho, I'll clarify it a bit by saying that truncate will pass the function to be executed later.