⚡ cc++++
"Millions of functions. Endless creativity. Code anything you want."
Created by friedeggandsausage
📝 cc++++ Code
-com-cc++++ Example Program-com- definevar(name, "cc++++") definevar(year, 2025) definevar(score, 100) CC++++.log("Welcome to " + name + "!") CC++++.warn("Created by a 9-year-old genius") CC++++.error("This is an error example") -com-Math operations-com- add(score, 50) CC++++.log("Score: " + score) -com-Arrays!-com- definevar(fruits, ["apple", "banana", "cherry"]) CC++++.log("First fruit: " + var{fruits[0]}) -com-Unicode!-com- definevar(heart, 10084) CC++++.log("Heart symbol: " + var{heart}) -com-Get char code-com- definevar(firstCode, unicodeOf("ABC", 0)) CC++++.log("'A' = " + firstCode) -com-Comments inside strings are NOT removed-com- CC++++.log("This -com- is VISIBLE in output") CC++++.log("") CC++++.log("✨ cc++++ is running in YOUR browser!")
▶ RUN cc++++ CODE
🗑 CLEAR OUTPUT
📋 LOAD EXAMPLE
💡 cc++++ Features:
✅
Variables:
definevar(name, value)
✅
Math:
add(var, n)
subtract(var, n)
✅
Output:
CC++++.log()
CC++++.warn()
CC++++.error()
✅
Comments:
-com-text-com-
(not inside strings)
✅
Arrays:
definevar(arr, [1,2,3])
→
var{arr[0]}
✅
Unicode:
unicodeOf("text", index)
and direct char codes
✅
String interpolation:
var{variable}
📤 Output
> cc++++ Ready > Created by friedeggandsausage > > Click RUN to execute your code!
✅ Variables: definevar(name, value)
✅ Math: add(var, n) subtract(var, n)
✅ Output: CC++++.log() CC++++.warn() CC++++.error()
✅ Comments: -com-text-com- (not inside strings)
✅ Arrays: definevar(arr, [1,2,3]) → var{arr[0]}
✅ Unicode: unicodeOf("text", index) and direct char codes
✅ String interpolation: var{variable}