Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Console Output

Dhruvan edited this page Oct 20, 2022 · 4 revisions

This is how Console Output works in Versace

Printing

  • You can print to the console using the out keyword.
  • Printing is written in the following format:
out < (value or string) < (args)
  • For printing you can use f strings in the following format:
out < f"(data)" < (args)
  • examples:
out < "Hello"

Clone this wiki locally