LWL Documentation

The official documentation for LambWeb's programming language.

Introduction

Welcome to LWL, a powerful new coding language designed for [specific use case or audience].

Usage

A '#' is used to mark the start of a new event

#when website loaded

These '<>' are used to mark an object, variable or other entry.

set  to <55>

Events

List of events

#when website loaded 
#when clicked
#when pressed
#run

Examples

print("Hello, World!")