For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install Circular

Before you can get started developing on Circular, you need to understand the code repository and install its binaries.

const message = "hello world";
console.log(message);
message = "hello world"
print(message)
message = "hello world"
puts message

Last updated