adding toss function to helpers

This commit is contained in:
2023-09-09 10:40:01 +02:00
parent 3e1e928afb
commit 5ce89dbaf2

View File

@ -13,6 +13,12 @@ type CompletionDatabase = {
};
const completionDatabase: CompletionDatabase = {
toss: {
name: "toss",
category: "randomness",
description: "Toss a coin, true or false",
example: "toss() : log('heads')"
},
attack: {
name: "attack",
category: "synthesis",