Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
glebi574 edited this page Nov 18, 2023 · 4 revisions

pplaf contains several functions and pplaf module.

Functions

nil pewpew.print(...)

Redefines pewpew.print(), to work same way print() does. Now it accepts multiple arguments as input and separates them by tabulation.

pewpew.print(val1, val2)

table table.copy(table arr)

Copies table by value.

new_arr = table.copy(arr_proto)

Clone this wiki locally