mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
26 lines
301 B
INI
26 lines
301 B
INI
alfa=alfa_value
|
|
_beta=beta_value
|
|
|
|
;comment=comment
|
|
|
|
gamma= gamma_value
|
|
|
|
#another comment = gggg
|
|
|
|
test=//TEST
|
|
|
|
@include test2.ini
|
|
|
|
delta=delta_value
|
|
|
|
@replace-env
|
|
|
|
etest=$UPP_MAIN__
|
|
|
|
braces=${UPP_MAIN__}123
|
|
|
|
var=file://$UPP_MAIN__
|
|
|
|
@end
|
|
|
|
past_end=this should not be there...
|