Skip to main content
added 416 characters in body
Source Link

20. TRANSCRIPT, 45 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Explanation:

TRANSCRIPT is designed to resemble interactive fiction scripts. So rather than using variables, objects and NPCs are used. Commands and dialog (essentially comments) are mixed together.

You can see a Q here. Creates an object named Q >SET Q TO 19 Assign Q to 19 >X Q Display Q >QUIT End the program 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

20. TRANSCRIPT, 45 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

20. TRANSCRIPT, 45 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Explanation:

TRANSCRIPT is designed to resemble interactive fiction scripts. So rather than using variables, objects and NPCs are used. Commands and dialog (essentially comments) are mixed together.

You can see a Q here. Creates an object named Q >SET Q TO 19 Assign Q to 19 >X Q Display Q >QUIT End the program 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

edited body
Source Link

20. TRANSCRIPT, 5745 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

20. TRANSCRIPT, 57 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

20. TRANSCRIPT, 45 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

deleted 28 characters in body
Source Link

20. TRANSCRIPT, 57 bytes

You can see a stickQ here. >SET STICKQ TO 19 >X STICKQ >QUIT 

Chars used: .19>CEIKOQSTUXYacehiknorstu19>EIOQSTUXYZacehnorsu

Try it online!Try it online!

Next ToolboxNext Toolbox

20. TRANSCRIPT, 57 bytes

You can see a stick here. >SET STICK TO 19 >X STICK >QUIT 

Chars used: .19>CEIKOQSTUXYacehiknorstu

Try it online!

Next Toolbox

20. TRANSCRIPT, 57 bytes

You can see a Q here. >SET Q TO 19 >X Q >QUIT 

Chars used: .19>EIOQSTUXYZacehnorsu

Try it online!

Next Toolbox

Source Link
Loading