Skip to content

jcore stdlib

Julius Paffrath edited this page Jul 6, 2026 · 1 revision

Introduction

The stdlib module offers basic functions, which can be usable anytime.

printLine(line: any)

A simple wrapper for the print function with a newline at the end.

stringFrom(list: list)

Converts a list of elements in its stringified form. Usually, one would use this to convert a list of characters into a string.

Clone this wiki locally