From fb7ca0d4fddf0c04e3aa181de5c01d4ba46ccac9 Mon Sep 17 00:00:00 2001 From: Devin Bidwell Date: Sun, 7 Dec 2025 21:45:07 -0700 Subject: [PATCH] Update About.xml again --- ModData/About/About.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ModData/About/About.xml b/ModData/About/About.xml index 417c292..d2b4897 100644 --- a/ModData/About/About.xml +++ b/ModData/About/About.xml @@ -8,7 +8,7 @@ Stop writing assembly. Start writing code. -Slang (Stationeers Language) brings modern programming to Stationeers. It allows you to write scripts using a familiar C-style syntax (variables, functions, if/else, loops) directly in the in-game editor. When you hit confirm, Slang compiles your code into optimized IC10 MIPS assembly instantly. +Slang (Stationeers Language) brings modern programming to Stationeers. It allows you to write scripts using a familiar C-style syntax (variables, functions, if/else, loops) directly in the in-game editor. When you hit confirm, Slang compiles your code into IC10 instantly. [b]NOTE: This project is in BETA. Expect updates and changes![/b] @@ -91,7 +91,7 @@ A: Yes! Slang does not modify any existing IC10 code, it is only a compiler. As Slang - High Level Language Compiler - A modern programming experience for Stationeers. Write C-style code that compiles to MIPS assembly instantly. + A modern programming experience for Stationeers. Write C-style code that compiles to IC10 instantly. Features - In-Game Compilation: Write high-level logic directly in the chip editor.