Comment on I dunno
Truscape@lemmy.blahaj.zone 5 hours agoSome forms of programming syntax, although there are the fringe cases where an equation is represented by a symbol in conjunction with a parentheses input.
For example:
y(x) = 2x+3
5+y(1) = 10, as 1 is substituted in for x in the prior equation.
TheBlackLounge@lemmy.zip 3 hours ago
And in some languages a number can be used as a name of a variable or a function, so it can be anything really