Post History
Verbosity, 512 bytes, cracked by Moshi Include<Integer> Include<MetaFunctions> Include<Output> Include<String> Integer:DefineVariable<IntegerOne; 1> Output:Def...
Answer
#2: Post edited
# ???, 512 bytes- ```
- Include<Integer>
- Include<MetaFunctions>
- Include<Output>
- Include<String>
- Integer:DefineVariable<IntegerOne; 1>
- Output:DefineVariable<STDOUTfile; 0>
- String:DefineVariable<OutputString; "Cops and Robbers">
- String:RedefineVariable<OutputString; String:RemoveCharactersFromStart<OutputString; IntegerOne>>
- String:RedefineVariable<OutputString; String:TakeFirstCharacters<OutputString; IntegerOne>>
- Output:DisplayAsText<STDOUTfile; OutputString>
- DefineMain<> [
- MetaFunctions:ExecuteScript<MetaFunctions@FILE>
- ]
```
- # [Verbosity](https://github.com/cairdcoinheringaahing/Verbosity), 512 bytes, cracked by [Moshi](https://codegolf.codidact.com/users/53196)
- ```
- Include<Integer>
- Include<MetaFunctions>
- Include<Output>
- Include<String>
- Integer:DefineVariable<IntegerOne; 1>
- Output:DefineVariable<STDOUTfile; 0>
- String:DefineVariable<OutputString; "Cops and Robbers">
- String:RedefineVariable<OutputString; String:RemoveCharactersFromStart<OutputString; IntegerOne>>
- String:RedefineVariable<OutputString; String:TakeFirstCharacters<OutputString; IntegerOne>>
- Output:DisplayAsText<STDOUTfile; OutputString>
- DefineMain<> [
- MetaFunctions:ExecuteScript<MetaFunctions@FILE>
- ]
- ```
- [Try it online!](https://tio.run/##lZHBbsIwDIbveYqIJ2BXQBETUKnSUCXa7TLt4KYGrJWkShwET99VCmvXHpCWW5zv/@38vqIrrSe@t21qdB0qXKWG8YROid/CHhmSYDSTNX4oZ4GbwMM9Z0fmpIR4GCy2eCSDH@AIyrr3zQwu5YsSUT6F8mKbvRdHqjtorkT0nEJRGt@WcraxjZdgKnmwZYnOz7oZHsIDVs@kPXWxV9ycwYHmziBx9pIzOJ7gww@U@l@HAr4xIed5aPLMuw@HfFPD/dUXeONRNn/FHR8D2gOZlZKfQnZntLXF7oY6MObaUcPjja6T9G2nxFfb/gA "Verbosity – Try It Online")
#1: Initial revision
# ???, 512 bytes ``` Include<Integer> Include<MetaFunctions> Include<Output> Include<String> Integer:DefineVariable<IntegerOne; 1> Output:DefineVariable<STDOUTfile; 0> String:DefineVariable<OutputString; "Cops and Robbers"> String:RedefineVariable<OutputString; String:RemoveCharactersFromStart<OutputString; IntegerOne>> String:RedefineVariable<OutputString; String:TakeFirstCharacters<OutputString; IntegerOne>> Output:DisplayAsText<STDOUTfile; OutputString> DefineMain<> [ MetaFunctions:ExecuteScript<MetaFunctions@FILE> ] ```