🎶
🎶
🎶
🎶
ByteSkript Language Specification
GitHub
Search…
🎶
Introduction to ByteSkript
Language Syntax
Members
Entries
Sections
Effects
Expressions
Events
namespaces
Skript
Unsafe
Tutorials
Getting Started
Creating a Library
Contributing to ByteSkript
Interacting with Java
Creating Custom Syntax
Files
Action (ask)
Script (bsk)
Config (csk)
Powered By
GitBook
Action (ask)
A single-trigger functional file.
This feature is not yet present, but provided as an example users can expect.
Action scripts are written in
.ask
(
a
ction
sk
ript) files.
They are designed for single-run tasks, rather than to be compiled into fully-developed programs.
These scripts cannot contain members but are still able to use lambdas, the lemma-form section and various other deferred subroutines.
Scripts may contain single-line
// comments
or multi-line
/* comments */
.
Tutorials - Previous
Creating Custom Syntax
Next - Files
Script (bsk)
Last modified
2mo ago
Copy link