From 0f4cb349873ad9b18c0a7faa71e52936e2be97a8 Mon Sep 17 00:00:00 2001 From: ASDAlexander77 Date: Mon, 6 Jul 2026 12:49:01 +0100 Subject: [PATCH] Reorder JIT section to show source before build command Moves the tslang hello.ts build block after the hello.ts source listing so the README reads source-then-build-then-result in order. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb740515..31b7dd9f 100644 --- a/README.md +++ b/README.md @@ -203,12 +203,6 @@ The Accounting Department meets each Monday at 10am. ## Run as JIT -- with Garbage collection - -```bat -tslang hello.ts -``` - File ``hello.ts`` ```typescript @@ -217,6 +211,12 @@ function main() { } ``` +Build + +```bat +tslang hello.ts +``` + Result ```text