79425541

Date: 2025-02-09 19:18:01
Score: 3
Natty:
Report link

julia> ⊕(x, y) = x+y ⊕ (generic function with 1 method)

standard prefix function call

julia> ⊕(1, 2) 3

infix operator call

julia> 1⊕2 3

julia> 1 ⊕ 2 3

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Saritha sunil