snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

11
includes/builtins.py Normal file
View File

@@ -0,0 +1,11 @@
import t
def print(*args, sep: str = " ", end: str = "\n") -> t.State:
...
def input(prompt: str = "") -> str | t.State:
...
class type:
def __init__(self): ...
def __str__(self): ...