03 Learn to Program in Dart: Program Structure

preview_player
Показать описание
This video series is outdated, as the tool we use, the Dart Editor, is no longer in common use. Please go to my other playlist, 'Dart Computer Programming for Beginners' which is just a remake of this in the DartPad, but cleaned up a little.

This is a beginner's experience in learning to first program with Dart. In this video, we review the fundamentals of programming. We review and define the following concepts and features:

Creating a new program template
Standard syntax (structure) of a Dart program
main()
use of {} to contain program instructions
print() is a command/function
argument: inside the (). The "thing" that is being printed.
ending all lines with semi-colon ;
printing numbers, text (string), floating point
// comments
/* multi-line comments
*/
format: right click
auto-completion: ctrl + space

Should be viewed in 480p or above.
Рекомендации по теме