forked from PuqiAR/Fig-TreeWalker
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
/*
|
|
Official Module `std`
|
|
Library/std/std.fig
|
|
*/
|
|
|
|
import io; // link std.io
|
|
import value; // link std.type
|
|
import math; // link std.math
|
|
import tester; // link std.tester |