Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

statements

import { statements } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

isolate statements with semicolons (;)

@example
// returns "a();b();c()"
expressions("a()", "b()", "c()")
function statements(...sts: Printable[]): string;
§
statements(...sts: Printable[]): string
[src]

§Parameters

§
...sts: Printable[] optional
[src]

§Return Type

§
string
[src]