Skip to content

Instantly share code, notes, and snippets.

@Lamparter
Created August 18, 2024 09:36
Show Gist options
  • Save Lamparter/9d1f4a057794d3411c1755dbf472c3c5 to your computer and use it in GitHub Desktop.
Save Lamparter/9d1f4a057794d3411c1755dbf472c3c5 to your computer and use it in GitHub Desktop.
Fluid Documentation

⚡ Fluid Runtime

private - defines anything to be private (assumed)

public - defines something to be exported (explicit)

val - defines a variable

  • var - a mutable variable
  • const - an immutable variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment