Basic commands


Commands :

  1. world :

    The "world" command enables you to log into the language and start writing code.
  2. setlang :

    Configures the active keyword set for optimal execution speed. While WorldLang includes an embedded neural network to auto-detect source languages on the fly, explicitly setting your target language skips inference and speeds up processing time.

    Explicit Language Mode:

    setlang -> ArabicKW

    AI Auto-Detection Mode:

    setlang -> ""

Built-in Functions :

  1. translate() :

    A built-in function designed to facilitate the translation of code snippets and programming language keywords between different supported languages.

    Function Usage:

    translate("factorial.world", "English", "Chinese")

Are you ready to write your first line of code?

⬅ Prev
Next ➡