Enviado em 13/09/2017 - 08:37h
Olá Pessoal !
//-----------------------------------------------
// Display:
// ---------
//
// Summer Language: Hello World Test
//
// 505
// 215
// 230
// 231
//
//-----------------------------------------------
//
int a = 10, b = 20, c = 3, d = 5, i;
//
// YES: a "Hello World"
//
"\nSummer Language: Hello World Test\n\n";
250 + 255; // display: 505
a * b + c * d; // display: 215
// i = 230;
//
i = a * b + c * d + 15;
i; // display value of i: 230
function increment () {
i++; i;
}
increment ();
// argument 1: display the list of Variables
// argument 2: display the list of Functions
info (1);
Desktop Linux ganha fôlego enquanto distros refinam experiência e segurança
Wayland em alta, IA em debate e novos ventos para distros e devices
Qt 6.10 e Python 3.14 puxam o ritmo do software livre nesta quarta
Atualizações de Apps, Desktop e Kernel agitam o ecossistema Linux nesta terça-feira
Como mudar o nome de dispositivos Bluetooth via linha de comando
Adicionando o repositório backports no Debian 13 Trixie