"wlua"
]
},
+ {
+ "Name": "MLIR",
+ "Aliases": [
+ "mlir"
+ ]
+ },
{
"Name": "Mako",
"Aliases": [
"squidconf"
]
},
+ {
+ "Name": "Standard ML",
+ "Aliases": [
+ "fun",
+ "sig",
+ "sml"
+ ]
+ },
{
"Name": "Swift",
"Aliases": [
"toml"
]
},
+ {
+ "Name": "TableGen",
+ "Aliases": [
+ "tablegen",
+ "td"
+ ]
+ },
{
"Name": "Tcl",
"Aliases": [
]
},
"Ge": {
- "Description": "Ge returns the boolean truth of arg1 \u003e= arg2.",
+ "Description": "Ge returns the boolean truth of arg1 \u003e= arg2 \u0026\u0026 arg1 \u003e= arg3 \u0026\u0026 arg1 \u003e= arg4.",
"Args": [
- "a",
- "b"
+ "first",
+ "others"
],
"Aliases": [
"ge"
]
},
"Gt": {
- "Description": "Gt returns the boolean truth of arg1 \u003e arg2.",
+ "Description": "Gt returns the boolean truth of arg1 \u003e arg2 \u0026\u0026 arg1 \u003e arg3 \u0026\u0026 arg1 \u003e arg4.",
"Args": [
- "a",
- "b"
+ "first",
+ "others"
],
"Aliases": [
"gt"
"Examples": []
},
"Le": {
- "Description": "Le returns the boolean truth of arg1 \u003c= arg2.",
+ "Description": "Le returns the boolean truth of arg1 \u003c= arg2 \u0026\u0026 arg1 \u003c= arg3 \u0026\u0026 arg1 \u003c= arg4.",
"Args": [
- "a",
- "b"
+ "first",
+ "others"
],
"Aliases": [
"le"
"Examples": []
},
"Lt": {
- "Description": "Lt returns the boolean truth of arg1 \u003c arg2.",
+ "Description": "Lt returns the boolean truth of arg1 \u003c arg2 \u0026\u0026 arg1 \u003c arg3 \u0026\u0026 arg1 \u003c arg4.",
"Args": [
- "a",
- "b"
+ "first",
+ "others"
],
"Aliases": [
"lt"
"Examples": []
},
"Ne": {
- "Description": "Ne returns the boolean truth of arg1 != arg2.",
+ "Description": "Ne returns the boolean truth of arg1 != arg2 \u0026\u0026 arg1 != arg3 \u0026\u0026 arg1 != arg4.",
"Args": [
- "x",
- "y"
+ "first",
+ "others"
],
"Aliases": [
"ne"