Create a formatted message with symbol
static String message(String symbol, String text) { return '$symbol$text'; }