1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make print() generic, just like println()

This commit is contained in:
Alexander Medvednikov
2019-08-30 00:40:46 +03:00
parent 7fc899dfd6
commit 0c31172fb0
2 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ const (
CReserved = [
'exit',
'unix',
'print',
//'print',
// 'ok',
'error',
'malloc',