We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

CounterScrbrd

From Esolang
Jump to navigation Jump to search
The title of this article is not correct because of technical limitations. The correct title is actually <#CounterScrbrd#>.
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

<#CounterScrbrd#> is a language inspired by Minecraft commands related to the Scoreboard and counters. The language does not have many commands, and it can be partially implemented in Minecraft.

<#CounterScrbrd#> language is not suitable for professional programmers and is useless. <#CounterScrbrd#> it's just a joke.

Commands

This section is still a work in progress. It may be changed in the future.

{{ class="wikitable" !

Interpreters

Python interpreters

User:As's interpreter

x=0
c=input()
tks=c.split(" ")
for tk in tks:
    if tk=="<#SCOREBOARD__%Counter%(counter)__+ADD_1#>":
      x+=1
    elif tk=="<#SCOREBOARD__%Counter%(counter)__-SUB_1#>":
      x-=1
    elif tk=="<#SCOREBOARD__%Counter%(counter)__OUTPUT_%Counter%(counter)#>":
      print("<[!!!] counter'S VALUE:", x, "[!!!]>")