1 '' examples/manual/operator/add.bas 2 '' 3 '' NOTICE: This file is part of the FreeBASIC Compiler package and can't 4 '' be included in other distributions without authorization. 5 '' 6 '' See Also: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgOpAdd 7 '' -------- 8 9 Dim n As Single 10 n = 4.75 + 5.25 11 Print n