------------------------------------------------------------------------
%% INCLUDE declared_block %%
------------------------------------------------------------------------
------------------------------------------------------------------------
%% INCLUDE declared_block
greeting = "Hail there, how are you, World?"
farewell = "God be with you"
%%
------------------------------------------------------------------------
------------------------------------------------------------------------
%% INCLUDE compiled_block %%
------------------------------------------------------------------------
------------------------------------------------------------------------
%% INCLUDE compiled_block
greeting = "Hail there, how are you, World?"
farewell = "God be with you"
%%
------------------------------------------------------------------------