Glados - ufLang
  • Home
  • Introduction
    • Installation
    • Code examples
    • Syntax
    • Accessibility
      • REPL
      • VS Code extension
    • Security Points
    • Inspirations and security in ufLang
  • ➕Operators
    • Arithmetic
    • Assignment
    • Comparison
  • 🏈Features
    • Prints
    • Classes
    • Types
      • Integer
      • String
      • Double
      • Boolean
      • Var
    • Loops
      • For
      • While
    • If / Else
    • Syntactic Sugar
    • Recursivity
    • Comment
Powered by GitBook
On this page
  1. 🏈Features

Comment

Comment syntax is the same as C, C++, C#

// This is a comment
/*
    This is
    a multiple line
    comment
*/

PreviousRecursivity

Last updated 5 months ago