Files
BrainAssembly/src/error.py

3 lines
81 B
Python
Raw Normal View History

2025-10-16 13:21:27 +11:00
def error(message: str):
print(f"\033[91mError: \033[0m{message}")
quit()