Methodox™ EasyShell | Basic Syntax and REPL Variable Creation and Commands | Basic Usage

Опубликовано: 18 Июнь 2026
на канале: Methodox
7
0

Easy Shell is a minimal shell scripting language by Methodox, implemented in C#. It combines:

Shell-like “one command per line” scripting
Strongly-typed global variables
Control-flow keywords (IF/ELSE/WHILE/FUNC/CALL)
Direct invocation of fully-qualified .NET members (methods, fields, properties)
Sub-command expressions using parentheses for inline evaluation

In this video, we take a look at basic REPL usage of EasyShell.