Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpa
libs
pucrio-tecgraf
Commits
f1fa59a4
Commit
f1fa59a4
authored
Nov 10, 2021
by
Bernardo Quaresma Dias
Browse files
Atualização de lib-list 1_10
INSTMPA-933
parent
43c1db65
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib-list-1_10.mpam
View file @
f1fa59a4
...
...
@@ -672,6 +672,18 @@ class{ id = "lista_rotulada", name = "Lista Rotulada", group = "Listas",
return self._map[rotulo]
end ]===],
},
{ id = "ajustar_valor", name = "Ajustar Valor",
description = [[Ajusta o valor correspondente ao rótulo informado.]],
parameters = {
{ name = "Rótulo", type = "STRING" },
{ name = "Valor", type = "REAL" },
},
results = {
},
code = [===[ function(self, rotulo, valor)
self._map[rotulo] = valor
end ]===],
},
},
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment