gemstone/lib/std.gem

17 lines
315 B
Plaintext
Raw Normal View History

2024-05-25 07:59:38 +00:00
# Author: Sven Vogel
# Edited: 25.05.2024
# License: GPL-2.0
# ,----------------------------------------.
# | Gemstone Standard Library |
# `----------------------------------------`
# standard type definitions
2024-05-25 11:50:21 +00:00
import "def.gem"
2024-05-25 07:59:38 +00:00
# I/O operations
import "io.gem"
2024-05-25 07:59:38 +00:00
# memory management
import "mem.gem"