Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
347 B
Plaintext
Raw Permalink Normal View History

{
"name": "//",
"type": "operator",
"groups": ["Operators"],
"description": "Floor division of two values",
"arguments": [{
"arg": "a",
"description": "value"
}, {
"arg": "b",
"description": "value"
}],
"examples": [{
"expression": "9 // 2",
"returns": "4"
}],
"tags": ["division", "floor", "values"]
}