using System;
using System.Collections.Generic;
using System.Text;
namespace mychat1
{
public struct Message
{
private readonly string userName;
private readonly stri
#!/bin/bash
#echo "message: verbose = $VERBOSE"
if (( VERBOSE == 1 ))
then
exit 0;
fi
a=$MAKELEVEL
while (( 0 < a )); do echo -n " "; let "a = $a - 1";done
echo $1